home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 April
/
inter@ivo 1997-04.iso
/
demos
/
referenc
/
orsay
/
dataor
/
logo.dxr
/
00037.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-17
|
251 b
|
17 lines
on startMovie
cursor(200)
if the machineType <> 256 then
openXLib("Xblank")
put xblank()
end if
sound stop 1
set the soundLevel to 5
startTimer()
end
on idle
if not soundBusy(1) then
sound playFile 1, "GENERIQ"
end if
end